home *** CD-ROM | disk | FTP | other *** search
/ Varios Español / Varios Español.iso / PMAKER65 / archive.z / RAKPROO1.PPD < prev    next >
PostScript Printer Description  |  1995-07-13  |  17KB  |  394 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1995 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.2"
  10. *FileVersion: "1.0"
  11. *%(2 Font)
  12. *LanguageEncoding: ISOLatin1
  13. *LanguageVersion: English
  14. *PCFileName: "RAKPROO1.PPD"
  15. *Product: "(ProofPositive CPSI)"
  16. *PSVersion: "(2013.114) 6"
  17. *ModelName: "ProofPositive Kanji v2013.114"
  18. *NickName: "ProofPositive Kanji"
  19.  
  20. *% ==== Device Capabilities ===============
  21. *LanguageLevel: "2"
  22. *ColorDevice: True
  23. *DefaultColorSpace: CMYK
  24. *FreeVM: "4460000"
  25. *VariablePaperSize: False
  26. *FileSystem: False
  27. *?FileSystem: "
  28. save statusdict begin
  29.     (False) /diskstatus where{
  30.         pop diskstatus exch pop 0 ne {pop (True)} if
  31.     }if = flush
  32. end restore
  33. "
  34. *End
  35. *Throughput: "8"
  36. *Password: "0"
  37. *ExitServer: "
  38.  count 0 eq
  39.  { false } { true exch startjob } ifelse
  40.  not { 
  41.      (WARNING: Cannot modify initial VM.) =
  42.      (Missing or invalid password.) =
  43.      (Please contact the author of this software.) = flush quit
  44.      } if
  45. "
  46. *End
  47.  
  48. *Reset: "
  49.  count 0 eq
  50.  { false } { true exch startjob } ifelse
  51.  not { 
  52.     (WARNING: Cannot reset printer.) =
  53.     (Missing or invalid password.) =
  54.     (Please contact the author of this software.) = flush quit
  55.     } if
  56.  systemdict /quit get exec
  57.  (WARNING : Printer Reset Failed.) = flush
  58. "
  59. *End
  60.  
  61. *DefaultResolution: 300dpi
  62. *?Resolution: "
  63.   save
  64.     currentpagedevice /HWResolution get
  65.     0 get
  66.     (          ) cvs print
  67.     (dpi)
  68.     = flush
  69.   restore
  70. "
  71. *End
  72.  
  73. *% =============== Halftone Information ===============
  74. *% Halftone Information ===============
  75. *ScreenFreq: "60.0"
  76. *ScreenAngle: "0.0"
  77. *DefaultScreenProc: Dot
  78. *ScreenProc Dot: "
  79. { 180 mul cos exch 180 mul cos add 2 div}
  80. "
  81. *End
  82.  
  83. *SpotFunctionLine: "{ pop }"
  84. *SpotFunctionEllipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  85.  
  86. *DefaultTransfer: Null
  87. *Transfer Null: "{ }"
  88. *Transfer Null.Inverse: "{ 1 exch sub }"
  89.  
  90. *% Paper Handling ===================
  91.  
  92. *% Code in this section both selects a tray and sets up a frame buffer.
  93.  
  94. *OpenUI *PageSize: PickOne
  95.  
  96. *OrderDependency: 120 AnySetup *PageSize
  97.  
  98. *DefaultPageSize: FullPage.FullBleed.A*A4
  99. *PageSize FullPage.Letter.A: "2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  100. *PageSize FullPage.Letter.A4: "2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  101. *PageSize FullPage.FullBleed.A*A4: "2 dict dup /PageSize [612 886] put dup /ImagingBBox null put setpagedevice"
  102. *PageSize TwoPage.Letter.A: "2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  103. *PageSize TwoPage.Letter.A4: "2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  104. *PageSize TwoPage.FullBleed.A*A4: "2 dict dup /PageSize [612 860] put dup /ImagingBBox null put setpagedevice"
  105. *PageSize TwoPage.Tabloid.B: "2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  106. *PageSize TwoPage.Tabloid.A3: "2 dict dup /PageSize [841 1190] put dup /ImagingBBox null put setpagedevice"
  107. *PageSize TwoPage.FullBleed.B*A3: "2 dict dup /PageSize [844 1230] put dup /ImagingBBox null put setpagedevice"
  108.  
  109. *?PageSize: "
  110.  save
  111.    currentpagedevice /PageSize get aload pop
  112.    2 copy gt {exch} if
  113.    (Unknown)
  114.   9 dict
  115.    dup [612 792] (FullPage.Letter.A) put
  116.    dup [595 842] (FullPage.Letter.A4) put
  117.    dup [612 886] (FullPage.FullBleed.A*A4) put
  118.    dup [612 792] (TwoPage.Letter.A) put
  119.    dup [595 842] (TwoPage.Letter.A4) put
  120.    dup [612 860] (TwoPage.FullBleed.A*A4) put
  121.    dup [792 1224] (TwoPage.Tabloid.B) put
  122.    dup [841 1190] (TwoPage.Tabloid.A3) put
  123.    dup [844 1230] (TwoPage.FullBleed.B*A3) put
  124.  { exch aload pop 4 index sub abs 5 le exch
  125.    5 index sub abs 5 le and
  126.       {exch pop exit} {pop} ifelse
  127.    } bind forall
  128.    = flush pop pop
  129. restore
  130. "
  131. *End
  132.  
  133. *CloseUI:    *PageSize
  134.  
  135. *OpenUI *PageRegion: PickOne
  136.  
  137. *OrderDependency: 120 AnySetup *PageRegion
  138.  
  139. *DefaultPageRegion: FullPage.FullBleed.A*A4
  140. *PageRegion FullPage.Letter.A: "2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  141. *PageRegion FullPage.Letter.A4: "2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  142. *PageRegion FullPage.FullBleed.A*A4: "2 dict dup /PageSize [612 886] put dup /ImagingBBox null put setpagedevice"
  143. *PageRegion TwoPage.Letter.A: "2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  144. *PageRegion TwoPage.Letter.A4: "2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  145. *PageRegion TwoPage.FullBleed.A*A4: "2 dict dup /PageSize [612 860] put dup /ImagingBBox null put setpagedevice"
  146. *PageRegion TwoPage.Tabloid.B: "2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  147. *PageRegion TwoPage.Tabloid.A3: "2 dict dup /PageSize [841 1190] put dup /ImagingBBox null put setpagedevice"
  148. *PageRegion TwoPage.FullBleed.B*A3: "2 dict dup /PageSize [844 1230] put dup /ImagingBBox null put setpagedevice"
  149. *RequirePageRegion All: True
  150.  
  151. *CloseUI:  *PageRegion
  152.  
  153. *InputSlot Cassette: ""
  154. *DefaultInputSlot:  Cassette
  155.  
  156. *% The following entries provide information about specific paper keywords.
  157. *DefaultImageableArea: FullPage.FullBleed.A*A4
  158. *ImageableArea FullPage.Letter.A: "10 76 601 746"
  159. *ImageableArea FullPage.Letter.A4: "10 76 586 795"
  160. *ImageableArea FullPage.FullBleed.A*A4: "0 0 612 886"
  161. *ImageableArea TwoPage.Letter.A: "10 94 601 737"
  162. *ImageableArea TwoPage.Letter.A4: "10 94 586 787"
  163. *ImageableArea TwoPage.FullBleed.A*A4: "0 0 612 860"
  164. *ImageableArea TwoPage.Tabloid.B: "10 94 780 1171"
  165. *ImageableArea TwoPage.Tabloid.A3: "10 94 831 1137"
  166. *ImageableArea TwoPage.FullBleed.B*A3: "0 0 844 1230"
  167.  
  168. *?ImageableArea: "
  169.    save
  170.     /cvp { (                ) cvs print ( ) print } bind def
  171.     /upperright {10000 mul floor 10000 div} bind def
  172.     /lowerleft {10000 mul ceiling 10000 div} bind def
  173.     newpath clippath pathbbox
  174.     4 -2 roll exch 2 {lowerleft cvp} repeat
  175.     exch 2 {upperright cvp} repeat flush
  176.    restore
  177.    "
  178. *End
  179.  
  180. *DefaultPaperDimension: FullPage.FullBleed.A*A4
  181.  
  182. *PaperDimension FullPage.Letter.A: "612 791"
  183. *PaperDimension FullPage.Letter.A4: "595 841"
  184. *PaperDimension FullPage.FullBleed.A*A4: "612 886"
  185. *PaperDimension TwoPage.Letter.A: "612 792"
  186. *PaperDimension TwoPage.Letter.A4: "595 842"
  187. *PaperDimension TwoPage.FullBleed.A*A4: "612 860"
  188. *PaperDimension TwoPage.Tabloid.B: "792 1224"
  189. *PaperDimension TwoPage.Tabloid.A3: "841 1190"
  190. *PaperDimension TwoPage.FullBleed.B*A3: "844 1230"
  191.  
  192. *% =============== Font Information =====================
  193.  
  194. *DefaultFont: Courier
  195. *Font Courier: Standard "(002.003)" Standard Disk
  196. *Font Courier-Bold: Standard "(002.003)" Standard Disk
  197. *Font Courier-BoldOblique: Standard "(002.003)" Standard Disk
  198. *Font Courier-Oblique: Standard "(002.003)" Standard Disk
  199. *Font Helvetica: Standard "(001.006)" Standard Disk
  200. *Font Helvetica-Bold: Standard "(001.007)" Standard Disk
  201. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard Disk
  202. *Font Helvetica-Narrow: Standard "(001.006)" Standard Disk
  203. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard Disk
  204. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard Disk
  205. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard Disk
  206. *Font Helvetica-Oblique: Standard "(001.006)" Standard Disk
  207. *Font Symbol: Special "(001.007)" Special Disk
  208. *Font Times-Bold: Standard "(001.007)" Standard Disk
  209. *Font Times-BoldItalic: Standard "(001.009)" Standard Disk
  210. *Font Times-Italic: Standard "(001.007)" Standard Disk
  211. *Font Times-Roman: Standard "(001.007)" Standard Disk
  212. *Font GothicBBB-Medium-83pv-RKSJ-H: Special "(001.004)" Special Disk
  213. *Font GothicBBB-Medium-83pv-SuppA-H: Special "(001.004)" Special Disk
  214. *Font GothicBBB-Medium-83pv-SuppB-H: Special "(001.004)" Special Disk
  215. *Font GothicBBB-Medium-Add-H: Special "(001.004)" Special Disk
  216. *Font GothicBBB-Medium-Add-RKSJ-H: Special "(001.004)" Special Disk
  217. *Font GothicBBB-Medium-Add-RKSJ-V: Special "(001.004)" Special Disk
  218. *Font GothicBBB-Medium-Add-SuppA-H: Special "(001.004)" Special Disk
  219. *Font GothicBBB-Medium-Add-SuppA-V: Special "(001.004)" Special Disk
  220. *Font GothicBBB-Medium-Add-SuppB-HV: Special "(001.004)" Special Disk
  221. *Font GothicBBB-Medium-Add-V: Special "(001.004)" Special Disk
  222. *Font GothicBBB-Medium-EUC-H: Special "(001.004)" Special Disk
  223. *Font GothicBBB-Medium-EUC-V: Special "(001.004)" Special Disk
  224. *Font GothicBBB-Medium-Ext-H: Special "(001.004)" Special Disk
  225. *Font GothicBBB-Medium-Ext-RKSJ-H: Special "(001.004)" Special Disk
  226. *Font GothicBBB-Medium-Ext-RKSJ-V: Special "(001.004)" Special Disk
  227. *Font GothicBBB-Medium-Ext-SuppA-H: Special "(001.004)" Special Disk
  228. *Font GothicBBB-Medium-Ext-SuppA-V: Special "(001.004)" Special Disk
  229. *Font GothicBBB-Medium-Ext-SuppB-HV: Special "(001.004)" Special Disk
  230. *Font GothicBBB-Medium-Ext-V: Special "(001.004)" Special Disk
  231. *Font GothicBBB-Medium-H: Special "(001.004)" Special Disk
  232. *Font GothicBBB-Medium-JIS.zm_23: Special "(001.004)" Special Disk
  233. *Font GothicBBB-Medium-JIS.zm_29: Special "(001.004)" Special Disk
  234. *Font GothicBBB-Medium-JIS.zm_2E: Special "(001.004)" Special Disk
  235. *Font GothicBBB-Medium-NWP-H: Special "(001.004)" Special Disk
  236. *Font GothicBBB-Medium-NWP-V: Special "(001.004)" Special Disk
  237. *Font GothicBBB-Medium-RKSJ-H: Special "(001.004)" Special Disk
  238. *Font GothicBBB-Medium-RKSJ-UserGaiji: Special "(001.004)" Special Disk
  239. *Font GothicBBB-Medium-RKSJ-V: Special "(001.004)" Special Disk
  240. *Font GothicBBB-Medium-SJ.zm_82: Special "(001.004)" Special Disk
  241. *Font GothicBBB-Medium-SJ.zm_82v: Special "(001.004)" Special Disk
  242. *Font GothicBBB-Medium-SJ.zm_85: Special "(001.004)" Special Disk
  243. *Font GothicBBB-Medium-SuppA-H: Special "(001.004)" Special Disk
  244. *Font GothicBBB-Medium-SuppA-V: Special "(001.004)" Special Disk
  245. *Font GothicBBB-Medium-SuppB-HV: Special "(001.004)" Special Disk
  246. *Font GothicBBB-Medium-V: Special "(001.004)" Special Disk
  247. *Font GothicBBB-Medium.Hankaku: Special "(001.004)" Special Disk
  248. *Font GothicBBB-Medium.Hiragana: Special "(001.004)" Special Disk
  249. *Font GothicBBB-Medium.Katakana: Special "(001.004)" Special Disk
  250. *Font GothicBBB-Medium.Oubun: Special "(001.004)" Special Disk
  251. *Font GothicBBB-Medium.Oubun-Add: Special "(001.004)" Special Disk
  252. *Font GothicBBB-Medium.Roman: Special "(001.004)" Special Disk
  253. *Font GothicBBB-Medium.Roman83pv: Special "(001.004)" Special Disk
  254. *Font GothicBBB-Medium.SuppK: Special "(001.004)" Special Disk
  255. *Font GothicBBB-Medium.WP-Symbol: Special "(001.004)" Special Disk
  256. *Font Ryumin-Light-83pv-RKSJ-H: Special "(001.004)" Special Disk
  257. *Font Ryumin-Light-83pv-SuppA-H: Special "(001.004)" Special Disk
  258. *Font Ryumin-Light-83pv-SuppB-H: Special "(001.004)" Special Disk
  259. *Font Ryumin-Light-Add-H: Special "(001.004)" Special Disk
  260. *Font Ryumin-Light-Add-RKSJ-H: Special "(001.004)" Special Disk
  261. *Font Ryumin-Light-Add-RKSJ-V: Special "(001.004)" Special Disk
  262. *Font Ryumin-Light-Add-SuppA-H: Special "(001.004)" Special Disk
  263. *Font Ryumin-Light-Add-SuppA-V: Special "(001.004)" Special Disk
  264. *Font Ryumin-Light-Add-SuppB-HV: Special "(001.004)" Special Disk
  265. *Font Ryumin-Light-Add-V: Special "(001.004)" Special Disk
  266. *Font Ryumin-Light-EUC-H: Special "(001.004)" Special Disk
  267. *Font Ryumin-Light-EUC-V: Special "(001.004)" Special Disk
  268. *Font Ryumin-Light-Ext-H: Special "(001.004)" Special Disk
  269. *Font Ryumin-Light-Ext-RKSJ-H: Special "(001.004)" Special Disk
  270. *Font Ryumin-Light-Ext-RKSJ-V: Special "(001.004)" Special Disk
  271. *Font Ryumin-Light-Ext-SuppA-H: Special "(001.004)" Special Disk
  272. *Font Ryumin-Light-Ext-SuppA-V: Special "(001.004)" Special Disk
  273. *Font Ryumin-Light-Ext-SuppB-HV: Special "(001.004)" Special Disk
  274. *Font Ryumin-Light-Ext-V: Special "(001.004)" Special Disk
  275. *Font Ryumin-Light-Ext.Hiragana: Special "(001.004)" Special Disk
  276. *Font Ryumin-Light-Ext.Katakana: Special "(001.004)" Special Disk
  277. *Font Ryumin-Light-H: Special "(001.004)" Special Disk
  278. *Font Ryumin-Light-JIS.zm_23: Special "(001.004)" Special Disk
  279. *Font Ryumin-Light-JIS.zm_29: Special "(001.004)" Special Disk
  280. *Font Ryumin-Light-JIS.zm_2E: Special "(001.004)" Special Disk
  281. *Font Ryumin-Light-NWP-H: Special "(001.004)" Special Disk
  282. *Font Ryumin-Light-NWP-V: Special "(001.004)" Special Disk
  283. *Font Ryumin-Light-RKSJ-H: Special "(001.004)" Special Disk
  284. *Font Ryumin-Light-RKSJ-UserGaiji: Special "(001.004)" Special Disk
  285. *Font Ryumin-Light-RKSJ-V: Special "(001.004)" Special Disk
  286. *Font Ryumin-Light-SJ.zm_82: Special "(001.004)" Special Disk
  287. *Font Ryumin-Light-SJ.zm_82v: Special "(001.004)" Special Disk
  288. *Font Ryumin-Light-SJ.zm_85: Special "(001.004)" Special Disk
  289. *Font Ryumin-Light-SuppA-H: Special "(001.004)" Special Disk
  290. *Font Ryumin-Light-SuppA-V: Special "(001.004)" Special Disk
  291. *Font Ryumin-Light-SuppB-HV: Special "(001.004)" Special Disk
  292. *Font Ryumin-Light-V: Special "(001.004)" Special Disk
  293. *Font Ryumin-Light.Hankaku: Special "(001.004)" Special Disk
  294. *Font Ryumin-Light.Hiragana: Special "(001.004)" Special Disk
  295. *Font Ryumin-Light.Katakana: Special "(001.004)" Special Disk
  296. *Font Ryumin-Light.Oubun: Special "(001.004)" Special Disk
  297. *Font Ryumin-Light.Oubun-Add: Special "(001.004)" Special Disk
  298. *Font Ryumin-Light.Roman: Special "(001.004)" Special Disk
  299. *Font Ryumin-Light.Roman83pv: Special "(001.004)" Special Disk
  300. *Font Ryumin-Light.SuppK: Special "(001.004)" Special Disk
  301. *Font Ryumin-Light.WP-Symbol: Special "(001.004)" Special Disk
  302. *?FontQuery: "
  303.  save
  304.    { count 1 gt
  305.       { exch dup 127 string cvs (/) print print (:) print
  306.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  307.       } { exit } ifelse 
  308.    } bind loop
  309.    (*) = flush
  310.  restore
  311. "
  312. *End
  313.  
  314. *?FontList: "
  315. save
  316.   (*) {cvn ==} 128 string /Font resourceforall
  317.   (*) = flush
  318. restore"
  319. *End
  320.  
  321.  
  322. *% Printer Messages (verbatim from printer):
  323. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  324. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  325. *Message: "\FontName\ not found, using Courier"
  326.  
  327. *% Status (format: %%[ status: <one of these> ]%% )
  328. *Status: "idle"
  329. *Status: "busy"
  330. *Status: "waiting"
  331. *Status: "printing"
  332. *Status: "warming up"
  333. *Status: "PrinterError: out of paper or end of ribbon"
  334. *Status: "PrinterError: end of ribbon"
  335. *Status: "PrinterError: out of paper"
  336. *Status: "PrinterError: printer fault"
  337. *Status: "PrinterError: printer offline"
  338.  
  339. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  340. *Source: "LocalTalk"
  341. *Source: "EtherTalk"
  342.  
  343. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  344. *PrinterError: "paper jam"
  345. *PrinterError: "out of paper or end of ribbon"
  346. *PrinterError: "end of ribbon"
  347. *PrinterError: "out of paper"
  348. *PrinterError: "printer fault"
  349. *PrinterError: "printer offline"
  350.  
  351. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  352.  
  353. *% Color Separation Information =====================
  354.  
  355. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  356.  
  357. *InkName: ProcessBlack/Process Black
  358. *InkName: CustomColor/Custom Color
  359. *InkName: ProcessCyan/Process Cyan
  360. *InkName: ProcessMagenta/Process Magenta
  361. *InkName: ProcessYellow/Process Yellow
  362.  
  363. *% For 60 lpi / 300 dpi =====================================================
  364.  
  365. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  366. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  367. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  368. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  369. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  370.  
  371. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  372. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  373. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  374. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  375. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  376.  
  377. *% For 53 lpi / 300 dpi =====================================================
  378.  
  379. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  380. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  381. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  382. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  383. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  384.  
  385. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  386. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  387. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  388. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  389. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  390. *% The byte count of this file should be exactly 016864 or 017257
  391. *% depending on the filesystem it resides in.
  392. *% =============== end of PPD file for SuperMac ProofPositive ===============
  393.  
  394.